VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / GetAsVintasoftBitmap Methods / GetAsVintasoftBitmap(EventHandler<ProgressEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
    GetAsVintasoftBitmap(EventHandler<ProgressEventArgs>) Method (VintasoftImage)
    In This Topic
    Returns a VintasoftBitmap associated with this object.
    Syntax
    'Declaration
    
    Public Overloads Function GetAsVintasoftBitmap( _
    ByVal loadingProgress
    Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
    As System.EventHandler(Of ProgressEventArgs) _
    ) As VintasoftBitmap

    Parameters

    loadingProgress
    Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).

    Return Value

    A VintasoftBitmap associated with this object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also